runtime.mspan.refillAllocCache (method)

5 uses

	runtime (current package)
		mbitmap.go#L149: func (s *mspan) refillAllocCache(whichByte uintptr) {
		mbitmap.go#L189: 		s.refillAllocCache(whichByte)
		mbitmap.go#L211: 		s.refillAllocCache(whichByte)
		mcentral.go#L181: 	s.refillAllocCache(whichByte)
		mgcsweep.go#L636: 	s.refillAllocCache(0)